Skip to content

Comments

Add status column to wallet credentials#233

Merged
reinkrul merged 2 commits intomainfrom
copilot/add-status-column-to-wallet
Feb 19, 2026
Merged

Add status column to wallet credentials#233
reinkrul merged 2 commits intomainfrom
copilot/add-status-column-to-wallet

Conversation

Copy link
Contributor

Copilot AI commented Feb 10, 2026

Wallet credentials now display their revocation status. Previously, the wallet view showed only credential type and issuer, with no visibility into whether credentials were active, expired, or revoked.

Backend

  • Changed credentialsInWallet to use SearchVCs API instead of GetCredentialsInWallet to retrieve revocation metadata
  • WalletCredentials field now returns IssuedCredential (includes status) instead of plain VerifiableCredential
  • Status determined by checking searchResult.Revocation and expiration date

Frontend

  • Added "Status" column to wallet credentials table in IdentityDetails.vue
  • Color-coded display: active (green), expired (gray), revoked (red)
  • Matches styling pattern used in issued credentials view

All credentials are displayed regardless of revocation status, with their current state visible at a glance.

Copilot AI changed the title [WIP] Add status column for revoked credentials in wallet Add status column to wallet credentials Feb 10, 2026
Copilot AI requested a review from reinkrul February 10, 2026 09:00
@reinkrul
Copy link
Member

reinkrul commented Feb 10, 2026

This requires nuts-foundation/nuts-node#4010, otherwise the listing only returns non-expired/revoked credentials.

@reinkrul reinkrul requested a review from stevenvegt February 17, 2026 13:43
@reinkrul reinkrul marked this pull request as ready for review February 17, 2026 13:43
- Modified backend to fetch credentials with status (active/expired/revoked)
- Updated identity service to use SearchVCs instead of GetCredentialsInWallet
- Added status column to wallet credentials table in IdentityDetails.vue
- Applied color coding: active=green, expired=gray, revoked=red
- Credentials are now shown regardless of revocation status

Co-authored-by: reinkrul <1481228+reinkrul@users.noreply.github.com>
@reinkrul reinkrul force-pushed the copilot/add-status-column-to-wallet branch from 8cc0e97 to 39b11b7 Compare February 17, 2026 13:45
@reinkrul reinkrul force-pushed the copilot/add-status-column-to-wallet branch from 19c8074 to 4af500f Compare February 17, 2026 14:08
@reinkrul reinkrul merged commit cb38e37 into main Feb 19, 2026
5 checks passed
@reinkrul reinkrul deleted the copilot/add-status-column-to-wallet branch February 19, 2026 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants